home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / bbs / kpv31r2.zip / MULTI.ZIP / KPVOTE2.CFG < prev    next >
Text File  |  1996-09-28  |  10KB  |  224 lines

  1. ; KPVOTE.CFG - Sample KeWL PRoDuKsHunZ DoOr configuration file
  2. ;
  3. ; The information in this file is NOT usually needed, and the file can be 
  4. ; left as is, or even erased, without effecting the door's performance.
  5. ; KeWL PRoDuKsHunZ DoOrZ are designed to run on almost any BBS system
  6. ; automatically, without requiring anything but to the door's .EXE file.
  7. ; However, there are many cases where the sysop may wish to customize a door's
  8. ; operation using this configuration file. The configuration file system is
  9. ; provided to allow the customization of options such as paging hours, maximum
  10. ; time permitted within the door, etc., and to allow the door to be run
  11. ; under even the most non-typical BBS setups.
  12. ;
  13. ; Any text following a semi-colon (;), and blank lines, are ignored.
  14. ;
  15. ;------------------------------------------------------------------------------
  16. ;
  17. ;  BBS system directory. Indicates where the door information file (drop file)
  18. ;  can be found. Remove the semi-colon (;) to activate this option.
  19. ;
  20. BBSDir    C:\wildcat\wcwork\node2\door.sys
  21. ;
  22. ;------------------------------------------------------------------------------
  23. ;
  24. ;  The door's working directory. This is where the door's system files are
  25. ;  located. Remove the semi-colon (;) to activate this option.
  26. ;
  27. DoorDir    C:\wildcat\doors\vbooth
  28. ;
  29. ;------------------------------------------------------------------------------
  30. ;
  31. ;  Local mode override. Forces door to always operate in local test mode.
  32. ;  Remove the semi-colon (;) to activate this option. When this mode is
  33. ;  activated, no door information file is required and default settings are
  34. ;  used for the user's name, location, etc.
  35. ;
  36. ;LocalMode
  37. ;
  38. ;------------------------------------------------------------------------------
  39. ;
  40. ;  Log File options. "LogFileName" specifies filename (path optional) where the
  41. ;  door should record log information. To disable the log file altogether,
  42. ;  remove the semi-colon (;) from the "DisableLogging" line.
  43. ;
  44. LogFileName    KPVOTE.LOG
  45. ;DisableLogging
  46. ;
  47. ;------------------------------------------------------------------------------
  48. ;
  49. ;  BBS node number that door is running on. Only used if the door is unable
  50. ;  to determine the node number by some other means.
  51. ;
  52. Node    2
  53. ;
  54. ;------------------------------------------------------------------------------
  55. ;
  56. ;  Sysop paging hours. Sysop paging will be permitted beginning at the start
  57. ;  time, up until, but not including, the end time. Times should be in 24-hour
  58. ;  format. To disable paging on a particular day, set the paging start and end
  59. ;  times to the same time.
  60. ;
  61. ;                      Start Time    End Time
  62. SundayPagingHours         9:00        22:00
  63. MondayPagingHours         8:30        22:00
  64. TuesdayPagingHours        8:30        22:00
  65. WednesdayPagingHours      8:30        22:00
  66. ThursdayPagingHours       8:30        22:00
  67. FridayPagingHours         8:30        22:00
  68. SaturdayPagingHours       9:00        22:00
  69. ;
  70. ;------------------------------------------------------------------------------
  71. ;
  72. ;  Duration of sysop page. Value indicates the number of beeps that compose the
  73. ;  sysop page alarm.
  74. ;
  75. PageDuration    5
  76. ;
  77. ;------------------------------------------------------------------------------
  78. ;
  79. ;  Maximum length of time a user is permitted to access the door. If the user's
  80. ;  total remaining time on the BBS is less than this value, the user will only
  81. ;  be permitted to access the door for this shorter length of time. This option
  82. ;  may be disabled by placing a semi-colon (;) at the beginning of the line.
  83. ;  When this option is disabled, the user will be permitted to use the full
  84. ;  of their remaining time on the BBS within the door.
  85. ;
  86. ;MaximumDoorTime    15
  87. ;
  88. ;------------------------------------------------------------------------------
  89. ;
  90. ;  Inactivity timeout. Specifies the maximum number of seconds that may elapse
  91. ;  without the user pressing any key, before the user will be automatically
  92. ;  disconnected. A value of 0 disables inactivity timeouts.
  93. ;
  94. InactivityTimeout    200
  95. ;
  96. ;------------------------------------------------------------------------------
  97. ;
  98. ;  Name of the sysop. This door can usually determine the sysop's name from the
  99. ;  information passed to the door by the BBS. However, some BBS software does
  100. ;  not supply this information to doors. In such cases, if the sysop's name is
  101. ;  required by the door, it may be supplied here. Remove the semi-colon (;) to
  102. ;  activate this option.  -NOTE-  This option MUST be set EXACTLY how it appears
  103. ;  in the DROP FILE, or you WONT be able to use ANY sysop functions inside this
  104. ;  door.  If you are using a HANDLE, and it is not working, try using your real
  105. ;  name, sometimes this can be triky.
  106. ;
  107. SysopName Lawrence Cook
  108. ;
  109. ;------------------------------------------------------------------------------
  110. ;
  111. ;  Name of the BBS. This door can usually determine the name of the BBS from
  112. ;  the information passed to the door by the BBS. However, some BBS software
  113. ;  does not supply this information to door programs. In such cases, if the
  114. ;  name of the BBS is needed by the door, it may be supplied here. Remove the
  115. ;  semi-colon (;) to activate this option.
  116. ;
  117. SystemName    Night Owls BBS
  118. ;
  119. ;------------------------------------------------------------------------------
  120. ;
  121. ;  Door colour options. These options specify the various text colours that
  122. ;  will be used by the door if ANSI or AVATAR graphics modes are available.
  123. ;  Colours are specified in the format:
  124. ;
  125. ;         {Bright} {Flashing} [Foreground Colour] on [Background Colour]
  126. ;
  127. ;  Where foreground and background colours are one of:
  128. ;
  129. ;         Black
  130. ;         Blue
  131. ;         Green
  132. ;         Cyan
  133. ;         Red
  134. ;         Magenta
  135. ;         Yellow / Brown
  136. ;         White / Grey
  137. ;
  138. ChatUserColour               Bright white on black
  139. ChatSysopColour              magenta on black
  140. PagePromptColour             Bright white on black
  141. ;
  142. ;------------------------------------------------------------------------------
  143. ;
  144. ;  Memory swapping options. These options are generally not needed, but can be
  145. ;  used to customize this doors swapping behaviour. "SwappingDir" can be used
  146. ;  to specify which directory or directories should be used for swapping.
  147. ;  Multiple directory paths can be seperated using a semi-colon.
  148. ;  "SwappingNoEMS" can be used to prevent any swapping from being done to EMS
  149. ;  memory, and "SwappingDisable" can be used to disable memory swapping
  150. ;  altogether. Remove the semi-colon (;) to activate any of these options.
  151. ;
  152. ;SwappingDir    C:\
  153. ;SwappingNoEMS
  154. ;SwappingDisable
  155. ;
  156. ;------------------------------------------------------------------------------
  157. ;
  158. ;  Serial port options. These options are generally not needed, as these
  159. ;  settings can usually be determined from the BBS door information file.
  160. ;  "LockedBPS" specifies the the BPS rate at which the door should communicate
  161. ;  with the modem. "SerialPort" specifies the port port number that the modem
  162. ;  is connected to. Unless you have reassigned the port numbers through your
  163. ;  FOSSIL drive, port 0 corresponds to COM1, port 1 corresponds to COM2, and
  164. ;  so on. Remove the semi-colon (;) to activate either of these options.
  165. ;
  166. ;LockedBPS    57600
  167. ;SerialPort    3
  168. ;
  169. ;
  170. ;  Normally, a FOSSIL driver is used for serial I/O if one is available. If
  171. ;  a FOSSIL driver has not been loaded, the door communicates directly with
  172. ;  the modem. Removing the semi-colon (;) from the "NoFossil" option causes
  173. ;  the door to always communicate directly with the modem, bypassing any
  174. ;  FOSSIL driver.
  175. ;
  176. ;NoFossil
  177. ;
  178. ;------------------------------------------------------------------------------
  179. ;
  180. ;  The following options only apply if a FOSSIL driver is NOT being used for
  181. ;  serial communications. If a FOSSIL driver IS being used, these options
  182. ;  are normally set on the FOSSIL driver command line.
  183. ;
  184. ;  Hexidecimal address of the serial port. This address can usually be
  185. ;  determined automatically for ports COM1, COM2, COM3, and COM4, and is
  186. ;  normally only required for ports COM5 and higher. Remove the semi-colon
  187. ;  (;) to activate this option.
  188. ;
  189. ;PortAddress 2E8
  190. ;
  191. ;
  192. ;  Interrupt request line that the serial port is using. May be any IRQ line
  193. ;  from 1 to 15. By default, IRQ line 4 is used for ports COM1: and COM3:,
  194. ;  while IRQ line 3 is used for all other ports. Remove the semi-colon (;)
  195. ;  to activate this option.
  196. ;
  197. ;PortIRQ 3
  198. ;
  199. ;
  200. ;  Serial I/O buffer sizes. "ReceiveBuffer" specifies the number of bytes in
  201. ;  the serial I/O receive buffer. You may want to increase this buffer size
  202. ;  if you find that characters being sent from the user's modem are being lost.
  203. ;  "TransmitBuffer" specifies the number of bytes in the serial I/O transmit
  204. ;  buffer. You may want to increase this buffer size for improved performance
  205. ;  in some multitasking environments.
  206. ;
  207. ReceiveBuffer 4096
  208. TransmitBuffer 2048
  209. ;
  210. ;
  211. ;  UART FIFO buffers. Normally, this door will use 16550A UART FIFO buffers
  212. ;  if they are available. You can prevent this door from using the FIFO
  213. ;  buffers, even if they are available, by removing the semi-colon before
  214. ;  the "NoFIFO" keyword. The "FIFOTriggerSize" specifies how many characters
  215. ;  may be placed in the FIFO buffers before an serial I/O interrupt is
  216. ;  envoked. Valid values are 1, 4, 8 and 14 bytes. The default value is 4
  217. ;  bytes.
  218. ;
  219. ;NoFIFO
  220. FIFOTriggerSize 4
  221. ;
  222. ;------------------------------------------------------------------------------
  223.